home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / mc51bugs.zip / Q23435 < prev    next >
Text File  |  1988-07-21  |  916b  |  22 lines

  1. Q23435 Exec Functions Ignore Maximum Allocation
  2. C Compiler
  3. 3.00 4.00 5.00 5.10
  4. MS-DOS
  5.  
  6. Summary:
  7.    The exec routines ignore the maximum allocation information in the
  8. .EXE file header. If you exec a program (through EXEMOD or the LINK
  9. option /CP:1) whose maximum allocation is set equal to the minimum
  10. allocation, the program will be incorrectly allocated the full 64K
  11. DGROUP. If you run the same program from DOS, the maximum allocation
  12. information is honored.
  13.    The effective maximum allocation for any exec'ed program is 0xffff
  14. (whatever DOS has available), regardless of what the maximum
  15. allocation number is in the program's .EXE header.
  16.    Microsoft has confirmed this to be a problem in C Versions 4.00,
  17. 5.00, and 5.10. We are researching this problem and will post new
  18. information as it becomes available.
  19.  
  20. Keywords:  TAR61070 buglist4.00 buglist5.00 buglist5.10
  21. Updated  88/07/21 03:19
  22.